D3D_BATCH_ADD_DOT2D

This command will add a dot to the current batch. The amount of dots added is monitored and will not add any past the maximum set.
Specifying a colour will override the colour set by D3D_COLOR.
The batch must be initialised with D3D_BATCH_SET_DOT2D and drawn with D3D_BATCH_DRAW_DOT2D

SYNTAX

D3D_BATCH_ADD_DOT2D X, Y
D3D_BATCH_ADD_DOT2D X, Y, Colour

RELATED INFO

D3DFunc Commands Menu
Index

EXAMPLE

View Showcase Example
View Usage Example